home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15184 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: cypher.3do.com!user
  2. From: tsw@3do.com (Tom Watson)
  3. Newsgroups: comp.lang.c,sci.math
  4. Subject: Re: REQ:Gaussian Elimination & pivoting routine in C ??
  5. Date: Wed, 17 Apr 1996 11:22:39 -0800
  6. Organization: The 3DO Corporation
  7. Distribution: world
  8. Message-ID: <tsw-1704961122390001@cypher.3do.com>
  9. References: <317413CD.41C6@mat075207.student.utwente.nl>
  10. NNTP-Posting-Host: cypher.3do.com
  11.  
  12. In article <317413CD.41C6@mat075207.student.utwente.nl>, Wessel de Roode
  13. <wessel@mat075207.student.utwente.nl> wrote:
  14.  
  15. > Hi,
  16. > I've been looking on several places but I can't find it :-(
  17. > I need to solve A*x=b  A & X are known to me but have are ill
  18. > conditioned.
  19. > I would like to do this in a sub routine and not by calling some misty
  20. >  libray. (or writing my own)
  21. > A = 12x 12 matrix with elements from 1e-5 to 200.
  22. > So some pitoting & scaling should be included.
  23. > Does any body know a use full piece of C-code for doing this ?
  24. > Just the routine not a whole program..
  25. > Manny manny thanx :-)
  26. >         Wessel
  27.  
  28. A book that has some of these things is _Numerical recipies in C:  the art
  29. of scientific computing_ by William H. Press [et al].  ISBN:0 521 43108 5.
  30.  
  31. Go to web page: http://world.std.com/~nr which has more info about the book.
  32.  
  33. The book has a chapter all about matrix operations.
  34.  
  35. -- 
  36. Tom Watson
  37. tsw@3do.com         (Home: tsw@johana.com)
  38.